UCF STIG Viewer Logo

The operating system must be configured to provide essential capabilities.


Overview

Finding ID Version Rule ID IA Controls Severity
V-47925 SOL-11.1-020220 SV-60797r1_rule Medium
Description
Operating systems are capable of providing a wide variety of functions and services. Execution must be disabled based on organization-defined specifications.
STIG Date
Solaris 11 SPARC Security Technical Implementation Guide 2017-03-02

Details

Check Text ( C-50361r1_chk )
Identify the packages installed on the system.

# pkg list

Any unauthorized software packages listed in the output are a finding.
Fix Text (F-51537r1_fix)
The Software Installation profile is required.

Identify packages installed on the system:

# pkg list

uninstall unauthorized packages:

# pfexec pkg uninstall [ package name]